Package | IdHIE.0v |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=IdHIE.0v@0.0.1&canonical=http://fhir.hie.moh.gov.id/StructureDefinition/Location-id-core |
Url | http://fhir.hie.moh.gov.id/StructureDefinition/Location-id-core |
Version | 1.0.0 |
Status | active |
Date | 2023-06-07T07:16:10.3933867+00:00 |
Name | LocationIdCore |
Title | Location (ID Core) |
Experimental | False |
Authority | hl7 |
Description | Defines basic constraints and extensions on the Location resource for use with other ID Core resources |
Copyright | Used by permission of HL7 International, all rights reserved Creative Commons License |
Type | Location |
Kind | resource |
No resources found
StructureDefinition | |
http://fhir.hie.moh.gov.id/StructureDefinition/Address-id-core | Address (ID Core) |
http://fhir.hie.moh.gov.id/StructureDefinition/audit-id-core | ExtensionAudit (ID Core) |
http://fhir.hie.moh.gov.id/ValueSet/encounter-class-id-core | ValueSetEncounterClass (ID Core) |
http://fhir.hie.moh.gov.id/ValueSet/location-type-id-core | ValueSetLocationType (ID Core) |
http://fhir.hie.moh.gov.id/ValueSet/ward-category-id-core | ValueSetWardCategory (ID Core) |
http://fhir.hie.moh.gov.id/ValueSet/ward-class-id-core | ValueSetWardClass (ID Core) |
http://fhir.hie.moh.gov.id/ValueSet/ward-specialty-id-core | ValueSetWardSpecialty (ID Core) |
{
"resourceType" : "StructureDefinition",
"id" : "Location-id-core",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2023-06-06T01:27:09.5705404+00:00"
},
"url" : "http://fhir.hie.moh.gov.id/StructureDefinition/Location-id-core",
"version" : "1.0.0",
"name" : "LocationIdCore",
"title" : "Location (ID Core)",
"status" : "active",
"experimental" : false,
"date" : "2023-06-07T07:16:10.3933867+00:00",
"description" : "Defines basic constraints and extensions on the Location resource for use with other ID Core resources",
"copyright" : "Used by permission of HL7 International, all rights reserved Creative Commons License",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "Location",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Location",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Location.extension",
"path" : "Location.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
},
"min" : 0
},
{
"id" : "Location.extension:audit",
"path" : "Location.extension",
"sliceName" : "audit",
"short" : "Record audit on individual who recorded and updated the data",
"definition" : "Record audit on individual who recorded and updated the data",
"comment" : "Record audit on individual who recorded and updated the data",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://fhir.hie.moh.gov.id/StructureDefinition/audit-id-core"
]
}
],
"isModifier" : false
},
{
"id" : "Location.status",
"path" : "Location.status",
"min" : 1
},
{
"id" : "Location.name",
"path" : "Location.name",
"min" : 1
},
{
"id" : "Location.type",
"path" : "Location.type",
"binding" : {
"strength" : "extensible",
"valueSet" : "http://fhir.hie.moh.gov.id/ValueSet/location-type-id-core"
}
},
{
"id" : "Location.type.coding",
"path" : "Location.type.coding",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "system"
}
],
"rules" : "open"
}
},
{
"id" : "Location.type.coding:encounterClass",
"path" : "Location.type.coding",
"sliceName" : "encounterClass",
"binding" : {
"strength" : "example",
"valueSet" : "http://fhir.hie.moh.gov.id/ValueSet/encounter-class-id-core"
}
},
{
"id" : "Location.type.coding:encounterClass.system",
"path" : "Location.type.coding.system",
"min" : 1,
"fixedUri" : "http://fhir.hie.moh.gov.id/CodeSystem/encounter-class-id-core"
},
{
"id" : "Location.type.coding:wardClass",
"path" : "Location.type.coding",
"sliceName" : "wardClass",
"binding" : {
"strength" : "preferred",
"valueSet" : "http://fhir.hie.moh.gov.id/ValueSet/ward-class-id-core"
}
},
{
"id" : "Location.type.coding:wardClass.system",
"path" : "Location.type.coding.system",
"min" : 1,
"fixedUri" : "http://fhir.hie.moh.gov.id/CodeSystem/ward-class-id-core"
},
{
"id" : "Location.type.coding:wardCategory",
"path" : "Location.type.coding",
"sliceName" : "wardCategory",
"binding" : {
"strength" : "example",
"valueSet" : "http://fhir.hie.moh.gov.id/ValueSet/ward-category-id-core"
}
},
{
"id" : "Location.type.coding:wardCategory.system",
"path" : "Location.type.coding.system",
"min" : 1,
"fixedUri" : "http://fhir.hie.moh.gov.id/CodeSystem/ward-category-id-core"
},
{
"id" : "Location.type.coding:wardSpecialty",
"path" : "Location.type.coding",
"sliceName" : "wardSpecialty",
"binding" : {
"strength" : "preferred",
"valueSet" : "http://fhir.hie.moh.gov.id/ValueSet/ward-specialty-id-core"
}
},
{
"id" : "Location.type.coding:wardSpecialty.system",
"path" : "Location.type.coding.system",
"min" : 1,
"fixedUri" : "http://fhir.hie.moh.gov.id/CodeSystem/ward-specialty-id-core"
},
{
"id" : "Location.address",
"path" : "Location.address",
"type" : [
{
"code" : "Address",
"profile" : [
"http://fhir.hie.moh.gov.id/StructureDefinition/Address-id-core"
]
}
]
},
{
"id" : "Location.managingOrganization",
"path" : "Location.managingOrganization",
"min" : 1
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.